Skip to content

Fix Agent Zero 3.3 activation compatibility - #58

Merged
TerminallyLazy merged 1 commit into
mainfrom
codex/tree-ring-0.15.4-agent-zero-3.3
Aug 26, 2026
Merged

Fix Agent Zero 3.3 activation compatibility#58
TerminallyLazy merged 1 commit into
mainfrom
codex/tree-ring-0.15.4-agent-zero-3.3

Conversation

@TerminallyLazy

@TerminallyLazy TerminallyLazy commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • trust the published Agent Zero Tree Ring Memory 3.3.0 and 3.3.1 activation descriptors
  • bump the CLI patch release to 0.15.4
  • exercise 3.3.1 in the real harness activation acceptance test while retaining 3.2 compatibility

Verification

  • cargo fmt --check
  • cargo test -p tree-ring-memory-cli --locked
  • cargo build --release -p tree-ring-memory-cli --locked

High-level PR Summary

This PR adds compatibility support for Agent Zero plugin versions 3.3.0 and 3.3.1 by updating the activation capability contracts table, while also bumping the CLI patch version from 0.15.3 to 0.15.4. The changes include updating version numbers across the workspace, adding new capability contract entries for the 3.3.x versions, and updating the acceptance test harness to exercise version 3.3.1 instead of 3.2.0 while maintaining backward compatibility with 3.2.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 Cargo.toml
2 Cargo.lock
3 crates/tree-ring-memory-cli/Cargo.toml
4 crates/tree-ring-memory-cli/src/activation/adapters.rs
5 crates/tree-ring-memory-cli/tests/harness_activation_acceptance.rs

Need help? Join our Discord

Summary by CodeRabbit

  • New Features

    • Added compatibility support for Agent Zero plugin versions 3.3.0 and 3.3.1.
    • Updated plugin validation to accept version 3.3.1 integrations.
  • Improvements

    • Updated the bundled Agent Zero compatibility checks and validation scenarios to reflect the latest supported plugin version.
  • Release

    • Incremented the application version to 0.15.4.

@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@TerminallyLazy
TerminallyLazy merged commit 8fba7f3 into main Aug 26, 2026
0 of 2 checks passed
@TerminallyLazy
TerminallyLazy deleted the codex/tree-ring-0.15.4-agent-zero-3.3 branch August 26, 2026 23:00
@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 61a5fd4e-ab8b-443d-8f26-68225b0474df

📥 Commits

Reviewing files that changed from the base of the PR and between 33e4291 and 0c8aa0c.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • Cargo.toml
  • crates/tree-ring-memory-cli/Cargo.toml
  • crates/tree-ring-memory-cli/src/activation/adapters.rs
  • crates/tree-ring-memory-cli/tests/harness_activation_acceptance.rs

📝 Walkthrough

Walkthrough

The workspace version and CLI dependency constraints now use 0.15.4. Agent Zero capability validation accepts plugin versions 3.3.0 and 3.3.1, with corresponding tests and fixtures updated.

Changes

Release and Agent Zero compatibility

Layer / File(s) Summary
Release version alignment
Cargo.toml, crates/tree-ring-memory-cli/Cargo.toml
The workspace package version and CLI path dependency constraints changed from 0.15.3 to 0.15.4.
Agent Zero contract validation
crates/tree-ring-memory-cli/src/activation/adapters.rs, crates/tree-ring-memory-cli/tests/harness_activation_acceptance.rs
Trusted contracts now include Agent Zero plugin versions 3.3.0 and 3.3.1. The descriptor test and acceptance fixture use version 3.3.1.

Estimated code review effort: 2 (Simple) | ~10 minutes

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/tree-ring-0.15.4-agent-zero-3.3

Warning

Some tools did not complete. Review the errors below.

🔧 Clippy (1.97.1)

Clippy execution failed


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant